home *** CD-ROM | disk | FTP | other *** search
- ; $VER: Install_JPEGObject.script V1.0 (17.9.94)
- ; © 1994 by Andreas R. Kleinert.
- ; This is the Installer Script for my JPEG-SVObject
-
- (makedir "LIBS:svobjects")
-
- (copyfiles
- (prompt "Installing svobjects to LIBS:svobjects ...")
- (help @copyfiles-help)
- (source "libs/svobjects")
- (dest "LIBS:svobjects")
- (pattern "#?.svobject")
- (files)
- (confirm)
- )
-
- (makedir "ENV:superview-Library")
-
- (copyfiles
- (prompt "Installing ControlPad to ENV: ...")
- (help @copyfiles-help)
- (source "env/superview-Library")
- (dest "ENV:superview-Library")
- (pattern "#?")
- (files)
- )
-
- (makedir "ENVARC:superview-Library")
-
- (copyfiles
- (prompt "Installing ControlPad to ENVARC: ...")
- (help @copyfiles-help)
- (source "env/superview-Library")
- (dest "ENVARC:superview-Library")
- (pattern "#?")
- (files)
- )
-
-